xen/arm: p2m: Replace flush_tlb_domain by p2m_flush_tlb
authorJulien Grall <julien.grall@arm.com>
Thu, 28 Jul 2016 14:20:19 +0000 (15:20 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 29 Jul 2016 00:42:54 +0000 (17:42 -0700)
commit87f34de92a4601223e9fc028642c1b1b2363a972
tree10badae93dccc17f7b357c462f25955a309e7994
parent6fa99327e34c10b6cc5e6e583e47a61aafd20ff3
xen/arm: p2m: Replace flush_tlb_domain by p2m_flush_tlb

The function to flush the TLBs for a given p2m does not need to know about
the domain. So pass directly the p2m in parameter.

At the same time rename the function to p2m_flush_tlb to match the
parameter change.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/p2m.c